PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / getLineColor Method
In This Topic
    getLineColor Method
    In This Topic
    Gets the annotation line color.
    Syntax
    public PDFColor getLineColor()

    Return Value

    A com.o2sol.pdf4java.graphics.colors.PDFColor specifying the line color with which to stroke the annotation's line.
    See Also